翻訳と辞書
Words near each other
・ Hand (hieroglyph)
・ Hand (song)
・ Hand (surname)
・ Hand (unit)
・ Hand a Handkerchief to Helen
・ Hand and Heart, Peterborough
・ Hand and Shears
・ Hand arm vibrations
・ Hand aufs Herz
・ Hand axe
・ Hand bailer
・ Hand boiler
・ Hand Built by Robots
・ Hand cannon
・ Hand clasping
Hand coding
・ Hand compass
・ Hand cooler
・ Hand County, South Dakota
・ Hand Cranked
・ Hand Cut
・ Hand cymbal
・ Hand dancing
・ Hand Deeps
・ Hand deformity
・ HAND domain
・ Hand Drawn Dracula
・ Hand drill (hieroglyph)
・ Hand drum
・ Hand dryer


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Hand coding : ウィキペディア英語版
Hand coding

In computing, hand coding means editing the underlying representation of a document or a computer program, when tools that allow working on a higher level representation also exist. Typically this means editing the source code, or the textual representation of a document or program, instead of using a WYSIWYG editor that always displays an approximation of the final product. It may also mean translating the whole or parts of the source code into machine language manually instead of using a compiler or an automatic translator.
Most commonly, it refers to directly writing HTML documents for the web (rather than in a specialized editor), or to writing a program or portion of a program in assembly language (more rarely raw machine code) rather than in a higher level language. It can also include other markup languages, such as wikitext.
== Purpose ==
The reasons to use hand coding include the ability to:
* Use features or refinements not supported by the graphical editor or compiler
* Control the semantics of a document beyond that allowed by the graphical editor
* Produce more elegant source code to help maintenance and integration
* Produce better performing machine code than that produced by the compiler (see optimization)
* Avoid having to pay for expensive WYSIWYG Editors. Note that there are some open-source editors available on the web, however.
* Develop an understanding of the methods underlying a common level of abstraction. For example, although it has become rare in real-life scenarios, computer science students may be required to write a program in an assembly language to get a notion of processor registers and other basal elements of computer architecture.
* Escape abstractions and templated code. Hand coding allows more refined control of code, which may improve efficiency, or add functionality that is otherwise unavailable.
Hand coding may require more expertise and time than using automatic tools.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Hand coding」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.